home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 10r.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  301 b   |  14 lines

  1. on mouseDown
  2.   global gMemoState
  3.   quickSwitch("buttonSound")
  4.   if gMemoState = 0 then
  5.     set the visible of sprite 19 to 0
  6.     set the movieRate of sprite 35 to 0
  7.     gMemoState = 1
  8.   else
  9.     set the visible of sprite 19 to 1
  10.     set the movieRate of sprite 35 to 1
  11.     gMemoState = 0
  12.   end if
  13. end
  14.